projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce965f
)
(viper-movement-commands): Escape literal semicolon.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 23 Sep 1998 23:42:22 +0000
(23:42 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 23 Sep 1998 23:42:22 +0000
(23:42 +0000)
lisp/emulation/viper-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-cmd.el
b/lisp/emulation/viper-cmd.el
index 1ccb84c34bfd4651969d326464418e332038b428..1f88554f3cef50680494bd2e031732c6eeaeaf0d 100644
(file)
--- a/
lisp/emulation/viper-cmd.el
+++ b/
lisp/emulation/viper-cmd.el
@@
-97,7
+97,7
@@
(defconst viper-movement-commands '(?b ?B ?e ?E ?f ?F ?G ?h ?H ?j ?k ?l
?H ?M ?L ?n ?t ?T ?w ?W ?$ ?%
?^ ?( ?) ?- ?+ ?| ?{ ?} ?[ ?] ?' ?`
- ?; ?, ?0 ?? ?/ ?\C-m ?\
+ ?
\
; ?, ?0 ?? ?/ ?\C-m ?\
space return
delete backspace
)